Fix build.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 1 Feb 2006 16:30:28 +0000 (16:30 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Wed, 1 Feb 2006 16:30:28 +0000 (16:30 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c

index b3a0a64b804d88b3c2e403596cd502154f96d907..5639177ffe533cf41408a9907d8ee95c7f591b1e 100644 (file)
@@ -563,7 +563,7 @@ unsigned long profile_pc(struct pt_regs *regs)
        }
 #else
        if (in_lock_functions(pc))
-               return *(unsigned long *)(regs->REG_BP + 4);
+               return *(unsigned long *)(regs->ebp + 4);
 #endif
 
        return pc;